home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / windows / wdj1096.zip / ZOLMAN.ZIP / MDIICONS.ZIP / README.TXT < prev    next >
Text File  |  1996-02-16  |  5KB  |  134 lines

  1. ========================================================================
  2.        MICROSOFT FOUNDATION CLASS LIBRARY : ICONS
  3. ========================================================================
  4.  
  5. AppWizard has generated this ICONS application for you.  This application
  6. not only demonstrates the basics of using the Microsoft Foundation classes
  7. but is also a starting point for writing your application.
  8.  
  9. This file contains a summary of what you will find in each of the files that
  10. make up your ICONS application.
  11.  
  12.  
  13. ICONS.MAK
  14.     This project file is compatible with the Visual C++ Workbench.
  15.  
  16.     It is also compatible with the NMAKE program provided with the
  17.     Professional Edition of Visual C++.
  18.  
  19.     To build a debug version of the program from the MS-DOS prompt, type
  20.     nmake DEBUG=1 /f ICONS.MAK
  21.     or to build a release version of the program, type
  22.     nmake DEBUG=0 /f ICONS.MAK
  23.  
  24. ICONS.H
  25.     This is the main include file for the application.  It includes other
  26.     project specific includes (including RESOURCE.H) and declares the
  27.     CIconsApp application class.
  28.  
  29. ICONS.CPP
  30.     This is the main application source file that contains the application
  31.     class CIconsApp.
  32.  
  33. ICONS.RC
  34.     This is a listing of all of the Microsoft Windows resources that the
  35.     program uses.  It includes the icons, bitmaps, and cursors that are stored
  36.     in the RES subdirectory.  This file can be directly edited with App Studio.
  37.  
  38. RES\ICONS.ICO
  39.     This is an icon file, which is used as the application's icon.  This
  40.     icon is included by the main resource file ICONS.RC.
  41.  
  42. RES\ICONS.RC2
  43.     This file contains resources that are not edited by App Studio.  Initially
  44.     this contains a VERSIONINFO resource that you can customize for your
  45.     application.  You should place other non-App Studio editable resources
  46.     in this file.
  47.  
  48. ICONS.DEF
  49.     This file contains information about the application that must be
  50.     provided to run with Microsoft Windows.  It defines parameters
  51.     such as the name and description of the application, and the size
  52.     of the initial local heap.  The numbers in this file are typical
  53.     for applications developed with the Microsoft Foundation Class Library.
  54.     The default stack size can be adjusted by editing the project file.
  55.  
  56. ICONS.CLW
  57.     This file contains information used by ClassWizard to edit existing
  58.     classes or add new classes.  ClassWizard also uses this file to store
  59.     information needed to generate and edit message maps and dialog data
  60.     maps and to generate prototype member functions.
  61.  
  62. /////////////////////////////////////////////////////////////////////////////
  63.  
  64. For the main frame window:
  65.  
  66. MAINFRM.H, MAINFRM.CPP
  67.     These files contain the frame class CMainFrame, which is derived from
  68.     CMDIFrameWnd and controls all MDI frame features.
  69.  
  70. RES\TOOLBAR.BMP
  71.     This bitmap file is used to create tiled images for the toolbar.
  72.     The initial toolbar and status bar are constructed in the
  73.     CMainFrame class.  Edit this toolbar bitmap along with the
  74.     array in MAINFRM.CPP to add more toolbar buttons.
  75.  
  76. /////////////////////////////////////////////////////////////////////////////
  77.  
  78. AppWizard creates one document type and one view:
  79.  
  80. ICONSDOC.H, ICONSDOC.CPP - the document
  81.     These files contain your CIconsDoc class.  Edit these files to
  82.     add your special document data and to implement file saving and loading
  83.     (via CIconsDoc::Serialize).
  84.  
  85. ICONSVW.H, ICONSVW.CPP - the view of the document
  86.     These files contain your CIconsView class.
  87.     CIconsView objects are used to view CIconsDoc objects.
  88.  
  89.     
  90. RES\ICONSDOC.ICO
  91.     This is an icon file, which is used as the icon for MDI child windows
  92.     for the CIconsDoc class.  This icon is included by the main
  93.     resource file ICONS.RC.
  94.  
  95.  
  96.  
  97. /////////////////////////////////////////////////////////////////////////////
  98.  
  99. Help Support:
  100.  
  101. MAKEHELP.BAT
  102.     Use this batch file to create your application's Help file, ICONS.HLP.
  103.  
  104. ICONS.HPJ
  105.     This file is the Help Project file used by the Help compiler to create
  106.     your application's Help file.
  107.  
  108. HLP\*.BMP
  109.     These are bitmap files required by the standard Help file topics for
  110.     Microsoft Foundation Class Library standard commands.
  111.  
  112. HLP\*.RTF
  113.     This file contains the standard help topics for standard MFC
  114.     commands and screen objects.
  115.  
  116. /////////////////////////////////////////////////////////////////////////////
  117. Other standard files:
  118.  
  119. STDAFX.H, STDAFX.CPP
  120.     These files are used to build a precompiled header (PCH) file
  121.     named STDAFX.PCH and a precompiled types (PCT) file named STDAFX.OBJ.
  122.  
  123. RESOURCE.H
  124.     This is the standard header file, which defines new resource IDs.
  125.     App Studio reads and updates this file.
  126.  
  127. /////////////////////////////////////////////////////////////////////////////
  128. Other notes:
  129.  
  130. AppWizard uses "TODO:" to indicate parts of the source code you
  131. should add to or customize.
  132.  
  133. /////////////////////////////////////////////////////////////////////////////
  134.